home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilcli / spossorc.rdm < prev    next >
Text File  |  1997-01-18  |  465b  |  16 lines

  1. Short:    Get the WBScreen X,Y pos. Source in asm.
  2. Author:   mares1@menza.mff.cuni.cz
  3. Uploader: mares1@menza.mff.cuni.cz
  4. Type:     util/cli
  5.  
  6. SPos X Y
  7. This command sets system variables $PosX and $PosY to value so that window
  8. on WB position $PosX $PosY is always on the position X Y of the MONITOR
  9. although the WBScreen is moved.
  10.  
  11. Usable for POP-UP shells. This example opens shell in top left corner of the
  12. monitor.
  13.  
  14. SPos 0 0
  15. NewShell CON:$PosX/$PosY/640/100/Shell
  16.